Skip to content

Conversation

@meirroth
Copy link

@meirroth meirroth commented Aug 24, 2021

Description

Fixed the deprecated warning: Using / for division is deprecated and will be removed in Dart Sass 2.0.0
Followed the documentation here: https://sass-lang.com/documentation/breaking-changes/slash-div

Related Issue

Fixes #243

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
    Only one test failed which has nothing to do with the changes this PR made.

@meirroth meirroth marked this pull request as ready for review August 24, 2021 23:26
Copy link

@dmalson-zaelab dmalson-zaelab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have write access, but I can confirm this is what fixed it when I tested on my local. :)

@stale
Copy link

stale bot commented Oct 1, 2021

This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@stale stale bot added the stale Issue was not updated for some time and may be closed in the future label Oct 1, 2021
@Maronato Maronato merged commit 193c4b7 into Maronato:master Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Issue was not updated for some time and may be closed in the future

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Getting deprecated warning: Using / for division is deprecated and will be removed in Dart Sass 2.0.0

3 participants